SftTabs/NET 6.0

WndProc Method, SftTabs Class

Softel vdm, Inc.

Processes Windows messages.

Syntax      SftTabs Class (Softelvdm.SftTabsNET)

VB   

Protected Overrides Sub WndProc( ByVal m As Message )

C#   

protected override void WndProc( Message m );

C++   

protected: virtual void WndProc( Message^ m );

m

The Windows Message to process.

Comments

The WndProc method processes Windows messages.

The Message class wraps messages that Windows sends. You can use this class to wrap a message and assign it to the window procedure to be dispatched. You can also use this class to get information about a message the system sends to your application or controls.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com